home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / game / board / uzemicz1.lha / Uzemi < prev    next >
Text File  |  1997-07-20  |  475b  |  28 lines

  1. ;start script for õzemÉ (HDD support)
  2. ;$VER:Start-script 1.0 (20.07.97)
  3.  
  4. ;exists needed fonts?
  5.  
  6. if exists "fonts:"
  7.     if not exists "fonts:MK_LightP"
  8.         copy >NIL: fonts/#? fonts: all noreq
  9.     endif
  10. endif
  11.  
  12. ;exists Amos_system?
  13.  
  14. cd >RAM:cp
  15. iascom >ram:drv `cd`
  16. cd >NIL: <RAm:drv ?
  17. if not exists "AMOS_SYSTEM"
  18.     cd >NIL: <RAM:cp ?
  19.     copy >NIL: amos_sys#? <ram:drv all noreq ?
  20. endif
  21. cd >nil: <RAM:cp ?
  22. delete >NIL: ram:cp
  23. delete >NIL: ram:drv
  24.  
  25. ;go
  26. Ramos Loader.amos
  27.  
  28.